########################################################
########################################################
#
#	AIRPORT.DBD -- Field Values
#
########################################################
########################################################

--------------------------------------------------------
Airport Type (add values together for combined types)
--------------------------------------------------------
Unknown = 0
Airport = 2
Heliport = 4
Seaplane Base = 8
Balloonport = 16
Gliderport = 32
Stolport = 64
Ultralight = 128

--------------------------------------------------------
Airport Ownership (one value only)
--------------------------------------------------------
Unknown = 0
Public = 1
Private = 2
Air Force = 3
Navy = 4
Army = 5

--------------------------------------------------------
Airport Usage (one value only)
--------------------------------------------------------
Unknown = 0
Public = 1
Private = 2

--------------------------------------------------------
Airport Frame Service (one value only)
--------------------------------------------------------
Unknown = 0
None = 1
Minor = 2
Major = 3

--------------------------------------------------------
Airport Engine Service (one value only)
--------------------------------------------------------
Unknown = 0
None = 0
Minor = 1
Major = 2

--------------------------------------------------------
Airport Oxygen (one value only)
--------------------------------------------------------
Unknown = 0
None = 1
Low = 2
High = 3
HighLow = 4

--------------------------------------------------------
Airport Beacon Lens Color (one value only)
--------------------------------------------------------
Unknown = 0
None = 1
ClearGreen = 2
ClearYellow = 3
ClearGreenYellow = 4
SplitClearGreen = 5
Yellow = 6
Green = 7

--------------------------------------------------------
Airport Region (one value only)
--------------------------------------------------------
Unknown = 0
FAA Alaska = 1
FAA Central = 2
FAA Eastern = 3
FAA GreatLakes = 4
FAA International = 5
FAA NewEngland = 6
FAA NorthwestMountain = 7
FAA Southern = 8
FAA Southwest = 9
FAA WesternPacific = 10

--------------------------------------------------------
Airport Fuel Types 
	(add values together for combined types)
--------------------------------------------------------
Unknown = 0
80 = 2
100 = 4
100LL = 8
115 = 16
JetA = 32
JetA1 = 64
JetA1Plus = 128
JetB = 256
JetBPlus = 512
Automotive = 1024

--------------------------------------------------------
Airport Based Aircraft 
	(add values togther for combined types)
--------------------------------------------------------
Unknown = 0
SingleEngine = 2
MultiEngine = 4
JetEngine = 8
Helicopter = 16
Gliders = 32
Military = 64
Ultralight = 128

--------------------------------------------------------
Airport Schedule Month 
	(add values together for combined types; 
	 add together with Day and Range values below)
--------------------------------------------------------
January = 2
February = 4
March = 8
April = 16
May = 32
June = 64
July = 128
August = 256
September = 512
October = 1024
November = 2048
December = 4096

--------------------------------------------------------
Airport Schedule Day 
	(add values together for combined types; 
	 add together with Month and Range values)
--------------------------------------------------------
Sunday = 65536
Monday = 131072
Tuesday = 262144
Wednesday = 524288
Thursday = 1048576
Friday = 2097152
Saturday = 4194304

--------------------------------------------------------
Airport Schedule Range 
	(add values together for combined types; 
	 add together with Month and Day values)
--------------------------------------------------------
AllDay = 268435456
Specific Time = 536870912
Sunrise = 1073741824
Sunset = 2147483648

--------------------------------------------------------
Airport Lighting Control 
	(add values together for combines types)
--------------------------------------------------------
24 Hours = 2
ATC Controlled = 4
Radio Controlled = 8
Radio Required = 16
Phone Required = 32

--------------------------------------------------------
Airport Airspace (one value only)
--------------------------------------------------------
Class A = 1
Class B = 2
Class C = 3
Class D = 4
Class E = 5
Class G = 6

########################################################
########################################################
#
#	RUNWAY.DBD -- Field Values
#
########################################################
########################################################

--------------------------------------------------------
Runway Edge Light Intensity (one value only)
--------------------------------------------------------
Unknown = 0
Low = 1
Medium = 2
High = 3

--------------------------------------------------------
Runway Traffic Pattern (one value only)
--------------------------------------------------------
Unknown = 0
Right = 'R'
Left = 'L'

--------------------------------------------------------
Runway Marking Type (one value only)
--------------------------------------------------------
Unknown = 0
None = 0
Basic = 1
Buoy = 2
NPI = 4
NumbersOnly = 5
NonStandard = 6
PIR = 7
STOL = 8

--------------------------------------------------------
Runway Visual Range 
	(add values together for combined types)
--------------------------------------------------------
None = 0
Touchdown = 1
Midfield = 2
Rollout = 4

--------------------------------------------------------
Runway Light System (one value only)
--------------------------------------------------------
Unknown = 0
None = 0
Pilot Controlled = 1
Sequenced Flashing = 2
Touchdown Zone = 3
Centerline = 4
High Intensity Edge = 5
Medium Intensity Edge = 6
Low Intensity Edge = 7
Alignment = 8
Runway End = 9
A = 10
ALSF2 = 10
A1 = 11
ALSAF = 11
ALSF1 = 11
A2 = 12
SALS = 12
SSALF = 12
A3 = 13
SSALR = 13
A4 = 14
MALS = 14
MALSF = 14
SSALS = 14
SALSF = 14
A5 = 15
MALSR = 15
AF = 16
AI = 17
B = 18
BE = 19
BG = 20
BF = 21
BN = 22
BO = 23
BP = 24
BQ = 25
BR = 26
BS = 27
C = 28
Neon = 28
D = 29
E = 30
F = 31
I = 32
MILOVRN = 32
J = 33
M = 34
N = 35
O = 36
Q = 37
S = 38
T = 39
U = 40
X = 41
ODALS = 42
V = 43
VASI = 43
VA = 44
V1 = 45
TVASI = 45
V2 = 46
PVASI = 46
V3 = 47
V4 = 48
VT = 48
V5 = 49
VL = 49
P = 50
PAPI = 50
OLS = 51
WaveOff = 52
Portable = 53
FloodLights = 54
Generic = 55
LCVASI = 56

--------------------------------------------------------
Runway Glideslope Configuration (one value only)
--------------------------------------------------------
Default = 0
1 Light = 1
2 Lights = 2
3 Lights = 3
4 Lights = 4
6 Lights = 6
12 Lights = 12
16 Lights = 16

--------------------------------------------------------
Runway Glideslope Location
--------------------------------------------------------
Unknown = 0
Left = 'L'
Right = 'R'
Both = 'B'

--------------------------------------------------------
Runway Pavement Type
--------------------------------------------------------
Pavement Rigid = 'R',
Pavement Flexible = 'F'

--------------------------------------------------------
Runway Condition (one value only)
--------------------------------------------------------
Unknown = 0
Poor = 1
Fair = 2
Good = 3

--------------------------------------------------------
Runway Surface Type (add values for combined types)
--------------------------------------------------------
kTypeUnknown = 0
kTypeConcrete = 1
kTypeAsphalt = 2
kTypeTurf = 4
kTypeDirt = 8
kTypeGravel = 16
kTypeMetal = 32
kTypeSand = 64
kTypeWood = 128
kTypeWater = 256
kTypeMats = 512
kTypeSnow = 1024
kTypeIce = 2048
kTypeBrick = 4096
kTypeGrooved = 1073741824
kTypeTreated = 2147483648

--------------------------------------------------------
Runway Subgrade Strength (one value only) 
--------------------------------------------------------
Unknown = 0
High = 1
Medium = 2
Low = 4
UltraLow = 8

--------------------------------------------------------
Runway Tire PSI (one value only) 
--------------------------------------------------------
PSI Unknown = 0
PSI High = 1
PSI Medium = 2
PSI Low = 4
PSI Very Low = 8

--------------------------------------------------------
Runway Pilot Controlled Lighting
--------------------------------------------------------
No = 0
Yes = 1

########################################################
########################################################
#
#	NAVAID.DBD -- Field Values
#
########################################################
########################################################

--------------------------------------------------------
Navaid Magnetic Variation
--------------------------------------------------------
Actual magnetic variation, in +/- fractional degrees

--------------------------------------------------------
Navaid Slaved Variation
--------------------------------------------------------
The slaved variation is the variation Fly! will actually
use in place of magnetic variation.  The FAA or air
authority may slave a VOR to the nearest whole degree
or other angle.  Also stored in +/- fractional degrees.

--------------------------------------------------------
Navaid Type 
	(add values together for shared attributes, such
	 as VOR/DME, etc.)
--------------------------------------------------------
VOR = 1
TACAN = 4
NDB = 8
DME = 16
Locator = 32
Localizer = 64
Glideslope = 128
Back Course Marker = 256
Inner Marker = 512
Middle Marker = 1024
Outer Marker = 2048
Waypoint = 4096
VOT = 8192

--------------------------------------------------------
Navaid Class (one value only)
--------------------------------------------------------
Unknown = 0
High = 1
Low = 2
Terminal = 3
Medium Homing = 4
High Homing = 5
Anticipated = 6

--------------------------------------------------------
Navaid Usage (one value only)
--------------------------------------------------------
Unknown = 0
High = 1
Low = 2
Both = 3
Terminal = 4
High Alt RNAV = 5

--------------------------------------------------------
Navaid Power (watts)
--------------------------------------------------------
In watts of power

--------------------------------------------------------
Navaid Range (NM)
--------------------------------------------------------
In nautical miles.  Fly! automatically will calculate
range based on type/class for major navaid types (VOR,
NDB, etc.)

########################################################
########################################################
#
#	ILS.DBD -- Field Values
#
########################################################
########################################################

--------------------------------------------------------
ILS Component Type 
	(add values for combined types, though LOC/DME
	 should be the only combined type used for now.)
--------------------------------------------------------
DME = 16
Locator = 32
Localizer = 64
Glideslope = 128
Back Course Marker = 256
Inner Marker = 512
Middle Marker = 1024
Outer Marker = 2048

--------------------------------------------------------
ILS Glideslope Angle
--------------------------------------------------------
In +/- fractional degrees

########################################################
########################################################
#
#	COMM.DBD -- Field Values
#
########################################################
########################################################

--------------------------------------------------------
COMM Type
	(add values together for combined services)
--------------------------------------------------------
Unknown = 0
Tower = 1
Clearance Delivery = 2
Ground Control = 4
Approach Control = 8
Departure Control = 16
Flight Service Station = 32
Center = 64
ATIS = 128
CTAF = 256
Multicom = 512
Emergency = 1024

########################################################
########################################################
#
#	WAYPOINT.DBD -- Field Values
#
########################################################
########################################################

--------------------------------------------------------
Waypoint At Navaid
--------------------------------------------------------
Not Co-Located = 0
Co-Located = 1

--------------------------------------------------------
Waypoint Type (one value only)
--------------------------------------------------------
Unnamed = 1
NDB = 2
Named = 4
Off Route = 8

--------------------------------------------------------
Waypoint Usage (one value only)
--------------------------------------------------------
Unknown = 0
High = 1
Low = 2
Both = 3
Terminal = 4
High Alt RNAV = 5

--------------------------------------------------------
Waypoint Bearing To Navaid
--------------------------------------------------------
In +/- fractional degrees

########################################################
########################################################
#
#	OBSTRUCT.DBD -- Field Values
#
########################################################
########################################################

--------------------------------------------------------
Obstruction Type
--------------------------------------------------------
Tower = 1
Pole = 2

--------------------------------------------------------
Obstruction Strobe
--------------------------------------------------------
Currently unused -- tower and poles are randomly seeded
with strobe values.

--------------------------------------------------------
Obstruction Frequency
--------------------------------------------------------
Currently unused -- tower and poles are randomly seeded
with strobe frequency.

